/status/system/interface/<intf_name>/ip/dhcp/server

Use

If DHCP is enabled, use to see IP address of the DHCP server.

Parameters

intf_name: Name of interface object

Data Key

The data key contains the IP address of the DHCP server.

Data Type

ip-addr

Default Data Value

0

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/system/interface/em1/ip/dhcp/server

GET Response

{"/status/system/interface/em1/ip/dhcp/server": {"data": None,
                                                  "default": True,
                                                  "defaultAllowed": True,
                                                  "deleteAllowed": False,
                                                  "numChildren": 0,
                                                  "type": "ip-addr"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/system/interface/em1/ip/dhcp/server"}
  1. /status/system/interface/<intf_name>/ip/dhcp/server 1. Parameters 2. Data Key
    1. Data Type
    2. Default Data Value 3. Request Methods 4. Related 5. Examples